From: Bill Wohler Date: Mon, 4 Jul 2011 03:11:28 +0000 (-0700) Subject: Fix XEmacs compilation warnings and errors in MH-E. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3114 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7100ff52666a648aab4dc02bc652071123dffc76;p=emacs.git Fix XEmacs compilation warnings and errors in MH-E. * mh-e.el: Just require mh-loaddefs since loading it in an eval-and-compile block causes compilation errors in XEmacs. * mh-acros.el, mh-comp.el, mh-e.el, mh-folder.el, mh-letter.el: * mh-mime.el, mh-search.el, mh-seq.el: Shush XEmacs compiler in mh-do-in-xemacs block. * mh-compat.el (mh-window-full-height-p): Add compatibility function for XEmacs. * mh-show.el (mh-show-msg): Use it, and avoid compiler warning on XEmacs. * mh-letter.el (mh-letter-mode-map, mh-letter-complete) (mh-complete-word): Remove FIXME comments since these functions are still needed in other Emacsen. However, they can probably stand to be generalized like completion-at-point. (mh-letter-complete-or-space): Remove unused variable. * mh-compat.el (mh-test-completion): Add compatibility function for XEmacs. * mh-alias.el (mh-alias-letter-expand-alias): Use it, and avoid compiler warning on XEmacs. * mh-utils.el: * mh-mime.el: Shush XEmacs compiler in mh-do-in-xemacs block. * mh-folder.el: Use boundp instead of fboundp when testing existence of desktop-buffer-mode-handlers. --- 7100ff52666a648aab4dc02bc652071123dffc76